Package com.cisco.pt.ipc.sim
Interface CloudPotsPort
- All Known Implementing Classes:
CloudPotsPortImpl
Information provided by the PKI file:
\class CloudPotsPort
\brief CloudPotsPort is POTS (Modem) port on a Cloud device.
\example network().getDevice("Router0").getPort("Modem4")
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptionInformation provided by the PKI file:voidsetPhoneNumber(String phoneNumber) Information provided by the PKI file:Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSessionMethods inherited from interface com.cisco.pt.ipc.sim.Port
deleteLink, getBandwidth, getBia, getChannel, getClockRate, getDescription, getEncapProcess, getHardwareQueue, getHigherProcessCount, getKeepAliveProcess, getLightStatus, getLink, getMacAddress, getName, getPortNameNumber, getPower, getQosQueue, getTerminalTypeShortString, getType, isAutoCross, isBandwidthAutoNegotiate, isDuplexAutoNegotiate, isEthernetPort, isFullDuplex, isPortUp, isPowerOn, isProtocolUp, isStraightPins, isWirelessPort, setBandwidth, setBandwidthAutoNegotiate, setChannel, setClockRate, setDescription, setDuplexAutoNegotiate, setFullDuplex, setMacAddress, setPowerMethods inherited from interface com.cisco.pt.ipc.sim.Process
getOwnerDevice
-
Method Details
-
setPhoneNumber
Information provided by the PKI file:
\brief Sets the phone number for this port. \param phoneNumber, the phone number to set for this port. Phone number format: 5559991234- Parameters:
phoneNumber- Takes in a parameter of phoneNumber
-
getPhoneNumber
String getPhoneNumber()Information provided by the PKI file:
\brief Returns the phone number for this port. \return string, the phone number for this port.- Returns:
- String Returns a String
-